<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*瑙嗛*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.ht{
	line-height: 40px;
	background: #0055A7;
	color: #fff;
}
.head11{
	height: 100px;
	background: #fff;
	width: 100%;
	transition: .25s;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head11_height{
	height: 80px;
	display: none;
}
.head11_active{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	height: 80px;
}
.head11_height_active{
	display: block;
}
.logo11{
	display: inline-block;
	height: 59px;
}
.head11_active .logo11{
	height: 50px;
}
.hdra{
	margin-left: 0;
	cursor: pointer;
	border-left: 1px solid #e6e6e6;
	padding-left: 30px;
}
.hdra span{
	font-size: 20px;
	padding: 10px 0;
	display: inline-block;
}
.hdra span{
	width: 46px;
	height: 46px;
	background: url(../image/scico_03.png) no-repeat center;
}
.hdra span.active{
	background: url(../image/close.png) no-repeat center;
	background-size: 18px;
}
.scbox{
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	z-index: 9;
}
.scbox input{
	height: 45px;
	width: 100%;
	background: #fff;
	padding: 0 10px;
}
.scbox button{
	width: 50px;
	height: 45px;
	background: url(../image/scico_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-size: 20px;
}
.nav span{
	position: relative;
	margin-right: 45px;
}
.nava{
	display: block;
	line-height: 60px;
	font-size: 18px;
}
.nav span:hover .nava,.nav span.active .nava{
	color: #0055A7;
}
.textcolor{
	color: #0055A7;
}
.bgcolor{
	background: #0055A7;
	color: #fff;
}
.navhide{
	z-index: 99;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 140px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 10px 0;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	line-height: 35px;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.navhide a:hover{
	color: #0055A7;
}
.pd15{
	padding: 15px;
}
.bnbot{
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: 9;
	width: 100%;
}
.bnbta{
	background: rgba(255,255,255,.9);
	width: 32%;
	padding: 15px 40px;
	border-radius: 8px;
	transition: .25s;
	cursor: pointer;
	display: flex;
	align-items: center;
}
/* .bnbta.active{
	background: #0055A7;
	color: #fff;
} */
.bnbta:hover{
	background: #0055A7;
	color: #fff;
}
.bnbta h3{
	color: #0055A7;
	transition: .25s;
}
.bnbta p{
	color: #666;
	transition: .25s;
}
.bnbta img{
	transition: .25s;
	display: block;
}
.bnbta.active h3,
.bnbta.active p{
	color: #fff;
}
.bnbta.active img{
	filter: grayscale(100%) brightness(500%);
}.bnbta:hover h3,
.bnbta:hover p{
	color: #fff;
}
.bnbta:hover img{
	filter: grayscale(100%) brightness(500%);
}
.bntxt{
	padding-bottom: 120px;
	color: #fff;
}
.bntxt h3{
	font-size: 60px;
	font-style: italic;
}
.bntxt h3 i{
	vertical-align: top;
	font-size: 20px;
	opacity: .7;
	font-style: italic;
}
.bntxt h1,.bntxt h2{
	font-size: 52px;
	margin-top: 20px;
}
.md{
	padding: 85px 0;
}
.i1{
	background: url(../image/i1bg_02.png) no-repeat center;
	background-size: auto;
    background-position: left;
    background-position-y: 15%;
}
.i1tr{
	width: 38.2%;
	margin-left: 6%;
}
.ititle{
	font-size: 36px;
}
.iline{
	display: block;
	width: 210px;
	height: 1px;
	background: #bfbfbf;
	position: relative;
}
.iline::after{
	width: 60px;
	height: 2px;
	background: #0055A7;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.i1tltxt{
	line-height: 40px;
}
.i1more a{
	display: inline-block;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 50px;
	border: 1px solid #BFBFBF;
	font-size: 20px;
	color: #444;
}
.i1more a:hover{
	background: #0055A7;
	color: #fff;
	border: 1px solid #0055A7;
}
.i1more a:hover img{
	filter: grayscale(100%) brightness(500%);
}
.i1bline{
	width: 1px;
	height: 100px;
	background: #e6e6e6;
}

.count1a{
	width:100%;
}
.floor_1 {
    padding-bottom: 100px;
}
.index_title {
    padding: 100px 0 37px;
}
.i1ba h3{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	align-items: flex-end;
}
.i1ba h3 i{
	font-size: 50px;
	line-height: 40px;
	font-weight: bold;
}
.i1ba h3 span{
	position: absolute;
	right: -20px;
	top: 0;
}
.i1ba h3 em{
	margin-left: 10px;
}
.i2t{
	padding: 50px 0;
	background: url(../image/i2tbg_03.jpg) no-repeat right center;
	background-size: cover;
}
.i2b{
	background: url(../image/i2bbg_02.jpg) no-repeat center;
}
.i2l{
	background: url(../image/i2lbg_03.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 40px;
	width: 36.5%;
}
.i2lt{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.i2l_head11 li{
	transition: .25s;
	line-height: 60px;
	font-size: 18px;
	padding: 0 20px 0 50px;
	cursor: pointer;
}
.i2l_head11 li img{
	transition: .25s;
	filter: grayscale(100%) brightness(500%);
}
.i2l_head11 li i{
	opacity: 0;
}
.i2l_head11 li.active{
	background: #fff;
	color: #0055A7;
}
.i2l_head11 li.active img{
	filter: inherit;
}
.i2l_head11 li.active i{
	opacity: 1;
}
.i2ra{
	width: 50%;
	height: 50%;
	flex-direction: column;
	padding: 20px;
	position: relative;
}
.i2ra::after{
	width: 0px;
	height: 3px;
	background: #0055A7;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	transition: 1s;
	opacity: 0;
}
.i2ra:hover::after{
	width: 100%;
	opacity: 1;
}
.i2ra:nth-child(1),
.i2ra:nth-child(4){
	background: #f9f9f9;
}
.i2ra:hover{
	font-weight: bold;
	color: #0055A7;
}
.i2raimg{
	flex: 0;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i2raimg img{
	max-width: 80%;
	max-height: 80%;
}
.i3{
	background: url(../image/i3bg_02.jpg) no-repeat center;
	height: 900px;
	background-size: cover;
	color: #fff;
}
.i3ba{
	width: 50%;
	display: flex;
	padding: 50px 0;
}
.i3ba:nth-child(2),
.i3ba:nth-child(4){
	justify-content: flex-end;
}
.i3baw{
	width: 50%;
}
.i3ba img.img1{
	display: inline-block;
}
.i3ba img.img2{
	display: none;
}
.i3ba:hover img.img1{
	display: none;
}
.i3ba:hover img.img2{
	display: inline-block;
}
.i3ba p{
	opacity: .7;
}
.i3batxt::after{
	width: 19px;
	height: 19px;
	background: url(../image/i3ico_03.png) no-repeat center;
	position: absolute;
	top: 5px;
	content: "";
}
.i3ba:hover .i3batxt::after{
	background: url(../image/i3ico_ac_03.png) no-repeat center;
}
.i3ba:nth-child(odd){
	text-align: left;
}
.i3ba:nth-child(odd) .i3batxt::after{
	left: -35px;
}
.i3ba:nth-child(even){
	text-align: right;
}
.i3ba:nth-child(even) .i3batxt::after{
	right: -35px;
}
.i3t{
	position: absolute;
	width: 50%;
	left: 25%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i3t p{
	line-height: 60px;
}
.i3t i{
	width: 50px;
	height: 6px;
	background: #0055A7;
	display: block;
	margin: 50px auto 30px auto;
}
.i4{
	background: url(../image/i4bg_02.png) no-repeat center;
	background-size: 100%;
}
.i4tr li{
	transition: .25s;
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
	width: 150px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	text-align: center;
	margin-left: 20px;
}
.i4tr li.active{
	background: #2299ed;
	color: #fff;
	border: 1px solid #2299ed;
}
.i4wid{
	width: 48%;
}
.i4l{
	background: #f7f7f7;
}
.i4l:hover{
	color: #0055A7;
}
.i4ltxtb{
	border-top: 1px solid #e6e6e6;
	margin-top: 18px;
	padding-top: 12px;
}
.i4ldata{
	padding: 10px;
	background: #2299ED;
	color: #fff;
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 9;
}
.i4ra{
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}
.i4ra:hover{
	color: #0055A7;
}
.foot11{
	background: url(../image/foot11bg_02.jpg) no-repeat center;
	color: #fff;
	background-size: cover;
}
.foot11 a{
	color: #fff;
}
.foot11 a:hover{
	color: #fff;
}
.ftl{
	width: 40%;
	color: #d7d7d7;
}
.ftltxt{
	line-height: 46px;
}
.ftlba{
	margin-right: 20px;
	color: #fff;
	padding: 10px 0;
	cursor: pointer;
}
.ftlba i{
	display: flex;
	width: 34px;
	height: 34px;
	border: 1px solid #c0c1c5;
	color: #c0c1c5;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
}
.ftlbahide{
	width: 110px;
	background: #fff;
	padding: 5px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-bottom: 10px;
}
.ftlbahide::after{
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	content: "";
	transform:rotate(45deg);
}
.ftlba:hover .ftlbahide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.ftra h3{
	margin-bottom: 10px;
}
.ftra p,.ftra a{
	line-height: 40px;
	color: #999;
	font-size: 16px;
}
.fb{
	padding: 20px 0;
	line-height: 40px;
	font-size: 16px;
	color: #a6a6a6;
	border-top: 1px solid rgba(255,255,255,.1);
}
.fb a{
	color: #A6A6A6;
	margin-left: 5px;
}

.listbn{
	height: 530px;
	position: relative;
	z-index: 5;
}
.lbntbox{
	width: 180px;
	height: 230px;
	background: #0055A7;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
}
.lbntbox i{
	font-size: 180px;
	line-height: 180px;
	margin-bottom: -25px;
	font-weight: bold;
	opacity: .2;
}
.lbntw{
	margin-top: -190px;
	position: relative;
	z-index: 10;
	align-items: flex-end;
}
.lbntr{
	color: #fff;
	margin-left: -50px;
}
.lbntri{
	width: 90px;
	height: 90px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-top: 20px;
	margin-bottom: -20px;
	cursor: pointer;
}
.ab1l{
	width: 25.6%;
	margin-right: 5%;
}
.imgmax{
	max-width: 50%;
}
.yuan{
	position: absolute;
	right: -30px;
	bottom: -30px;
}
.ab2{
	height: 670px;
	background: url(../image/ab2bg_02.jpg) no-repeat center;
	padding-top: 100px;
}
.ab2r{
	width: 38.5%;
	margin-left: 10%;
}
.abtitle_wt{
	color: #fff;
}
.ab2ltxt{
	margin-top: 150px;
	font-size: 30px;
	line-height: 90px;
	color: #fff;
	margin-left: 10%;
	position: relative;
}
.ab2ltxt::after{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #fff;
	background: #fff;
	content: "";
	position: absolute;
	left: -40px;
	top: 40px;
}
.ab2l_i{
	position: absolute;
	right: 15%;
	top: 15%;
}
.ab3{
	background: url(../image/ab3bg_02.jpg) no-repeat center top;
	background-size: 100%;
	padding-top: 220px;
}
.ab3tl,.ab3tr{
	width: 50%;
}
.ab3tr{
	padding: 20px 50px;
}
.ab3ba_sp{
	font-size: 100px;
	line-height: 100px;
	color: #f4f6f9;
	font-weight: bold;
	position: relative;
	z-index: 8;
	background: #fff;
	transition: .25s;
	opacity: 0;
}
.ab3ba{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	width: 100%;
	z-index: 9;
}
.ab3ba span{
	background: #fff;
	padding: 0 12px;
}
.ab3ba i{
	width: 15px;
	height: 15px;
	background: #c3c7cf;
	border-radius: 100%;
	margin-right: 20px;
	transition: .25s;
}
.ab3ba_line{
	height: 2px;
	background: #eeeeee;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.swiper-slide-thumb-active .ab3ba i{
	background: #0d5dff;
}
.swiper-slide-thumb-active .ab3ba_sp{
	opacity: 1;
}

.pdnava{
	display: block;
	padding: 40px 10px;
	text-align: center;
}
.pdnava img{
	filter: grayscale(100%);filter: gray;
	transition: .25s;
}
.pdnava.active,.pdnava:hover{
	background: #fff;
	color: #0055A7;
}
.pdnava.active img,.pdnava:hover img{
	filter: inherit;
}
.swiper-button-next-pdnav,.swiper-button-prev-pdnav{
	filter: grayscale(100%);filter: gray;
}
.swiper-button-next-pdnav{
	margin-right: -60px;
}
.swiper-button-prev-pdnav{
	margin-left: -60px;
}
.swiper-button-next-pdnav.swiper-button-disabled, .swiper-button-prev-pdnav.swiper-button-disabled{
	opacity: 0;
}
.pdw{
	width: 101.5%;
}
.pda{
	margin-top: 25px;
	width: 23.5%;
	margin-right: 1.5%;
	background: #fff !important;
	padding-bottom: 30px;
	transition: .5s;
}
.pda .i2raimg{
	height: 240px;
}
.pdai{
	opacity: 0;
	transition: .25s;
	width: 20%;
	position: absolute;
	right: 0;
	top: 0;
}
.pdai img{
	display: block;
	width: 100%;
}
.pda:hover .pdai{
	opacity: 1;
}
.pda:hover{
	transform:translateY(-10px);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.pimd{
	padding-top: 50px;
}
.w50{
	width: 50%;
}
.pi1l{
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-right: 1px solid #E6E6E6; */
}
.pi1l img{
	max-width: 80%;
	max-height: 80%;
}
.pi1r{
	padding: 20px 60px;
}
.pi1rt i{
	display: block;
	width: 80px;
	height: 2px;
	background: #0055A7;
	margin: 20px 0;
}
.pi1rt .yangchen{
	line-height: 36px;
}
.pi1rb{
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
}
.zuoershi:nth-child(2n){
margin-left: 20px;
}
.pi1rba a{
	line-height: 42px;
	padding: 0 35px;
	background: #0055A7;
	color: #fff;
	font-size: 16px;
	display: inline-block;
}
.pi2t a{
	line-height: 80px;
	width: 25%;
	border-right: 1px solid #E6E6E6;
	display: block;
	text-align: center;
	border-bottom: 2px solid #fff;
	font-size: 18px;
}
.pi2t a:last-child{
	border-right: 0;
}
.pi2t a:hover{
	border-bottom: 2px solid #0055A7;
	color: #0055A7;
}
.pi2b{
	padding: 0 20px;
}
.pi2w{
	border-bottom: 1px dashed #ddd;
	padding: 30px 0;
	line-height: 36px;
}
.pi2w:last-child{
	border-bottom: 0;
}
.pi2l{
	color: #333;
}
.pi2r{
	width: 87%;
}
.pi2l i{
	width: 4px;
	height: 15px;
	background: #0055A7;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.pi2rw{
	padding: 0 60px;
}
.swiper-button-next-pi2{
	margin-right: 0;
}
.swiper-button-prev-pi2{
	margin-left: 0;
}
.pi2ra p{
	line-height: 45px;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	z-index: 8;
}
.pi3{
	padding-top: 50px;
}
.pi3top i{
	height: 1px;
	width: 150px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background: #eee;
	position: relative;
}
.pi3top i::after{
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	background: #0055A7;
	content: "";
}
.pi3a{
	display: block;
	background: #f3f3f3 !important;
	width: 100% !important;
	margin-top: 0 !important;
	opacity: .5;
}
.pi3a:hover{
	transform:translateY(0);
	opacity: 1;
}
.swiper-button-next-pi3,.swiper-button-prev-pi3{
	width: 40px;
	height: 100%;
	top: 0;
	background: #0055A7;
	color: #fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}
.swiper-button-next-pi3{
	right: 0;
}
.swiper-button-prev-pi3{
	left: 0;
}
.swiper-slide-active .pi3a{
	opacity: 1;
}

.lnavl h3{
	font-size: 30px;
}
.lnavr{
	border-bottom: 1px solid #E6E6E6;
	justify-content: flex-end;
}
.lnavr a{
	margin-left: 75px;
	border-bottom: 3px solid rgba(0,0,0,0);
	display: block;
	position: relative;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.lnavr i{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 46px;
	color: #023152;
	opacity: 0;
}
.lnavr a span{
	position: relative;
	z-index: 9;
}
.lnavr a:hover i,.lnavr a.active i{
	opacity: .1;
}
.lnavr a:hover,.lnavr a.active{
	color: #333;
	border-bottom: 3px solid #0055A7;
}
.jfatxt{
	padding: 20px 45px;
}
.jfatxt1 i{
	font-size: 60px;
	color: #e5e6e8;
	font-weight: bold;
}
.jfatxt2 a{
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	padding: 0 30px;
	border: 1px solid #ddd;
}
.jfatxt2 a:hover{
	background: #0055A7;
	color: #fff;
	border: 1px solid #0055A7;
}
.jft{
	margin-bottom: 30px;
}
.jfw:nth-child(even) .jfa{
	flex-flow: row-reverse;
}

.yx1l{
	height: 750px;
}
.yx1r{
	width: 41.5%;
	background: #0055A7;
	padding: 50px;
	padding-right: 10%;
}
.yx1r1{
	color: #fff;
}
.yx1r1 h3{
	border-left: 3px solid #fff;
	padding-left: 20px;
}
.yx1r2t select{
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 25px;
	font-size: 18px;
	border-radius: 4px;
}
.yx1r2t i{
	line-height: 30px;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	color: #999;
}
.yx1r2b{
	height: 430px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.yx1r2b::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.yx1r2b::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.yx1r2b::-webkit-scrollbar-thumb{
	background: #0055A7;
	border-radius:2px;
}
.yx1r2b::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.yx1r2b::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.yx1r2ba{
	padding: 15px;
}
.yx1r2ba h3{
	font-weight: normal;
	color: #666;
}
.yx1r2bhide{
	padding-left: 20px;
	margin-top: 10px;
	display: none;
}
.yx1r2ba.active{
	background: #f8f9fb;
}
.yx1r2ba.active .yx1r2bhide{
	display: block;
}
.yx1r2ba.active h3{
	font-weight: bold;
	color: #333;
}
.yx1r2ba.active i{
	color: #0055A7;
}

.pjw{
	width: 101.5%;
}
.pja{
	width: 23.5%;
	margin-right: 1.5%;
	margin-top: 25px;
	border-bottom: 4px solid rgba(0,0,0,0);
	transition: .5s;
	padding: 30px 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.pjaimg{
	height: 240px;
}
.pjaimg img{
	max-width: 80%;
	max-height: 80%;
}
.pjahide{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.9);
	opacity: 0;
	transition: .5s;
}
.pjahide a{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 130px;
	line-height: 50px;
	background: #0055A7;
	color: #fff;
	font-size: 16px;
}
.pjahide a:hover{
	opacity: .85;
}
.pja:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	border-bottom: 4px solid #0055A7;
	transform:translateY(-20px);
}
.pja:hover .pjahide{
	opacity: 1;
}

.shl,.shr{
	width: 49%;
}
.shlta{
	width: 48.5%;
}
.shlta p{
	line-height: 80px;
	padding: 0 20px;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.shlb img{
	max-width: 80%;
}

.my1{
	background: url(../image/mybg_02.png) no-repeat center bottom;
	background-size: 100%;
}
.myl{
	width: 40%;
	margin-right: 4%;
}
.myrw{
	width: 103%;
}
.myra{
	width: 30.33%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.myra:last-child{
	margin-bottom: 0;
}
.myra_w100{
	width: 97%;
}
.myraipt{
	margin-top: 8px;
}
.myraipt input,
.myraipt select,
.myraipt textarea{
	font-size: 15px;
	padding: 0 17px;
	background: #f2f3f5;
	height: 50px;
	width: 100%;
	border: 1px solid #F2F3F5;
	transition: .25s;
}
.myraipt input:focus,
.myraipt select:hover,
.myraipt textarea:focus{
	border: 1px solid #0055A7;
	background: #fff;
}
.myraipt textarea{
	padding: 17px;
	height: 150px;
	resize: none;
}
.slti{
	line-height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	color: #0055A7;
	font-size: 18px;
}
.mysbm{
	height: 50px;
	width: 100%;
	cursor: pointer;
	background: #0055A7;
	color: #fff;
	font-size: 16px;
	transition: .25s;
}
.my2{
	background: url(../image/my2bg_02.jpg) no-repeat center;
	background-size: cover;
}
.idt{
	text-indent: 2em;
}
.my2b img{
	width: 190px;
}

.neta{
	width: 49%;
	overflow: hidden;
}
.netabg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.15);
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	align-items: flex-end;
}
.netabg1{
	width: 120px;
	line-height: 80px;
	font-size: 20px;
	background: #093673;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	transition: .5s;
}
.netabg2{
	width: 100%;
	padding: 40px;
}
.netatxt{
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	transition: .5s;
	position: absolute;
	left: 0;
	bottom: -100%;
	background: #fff;
	z-index: 10;
}
.neta:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.neta:hover .netatxt{
	bottom: 0;
}
.neta:hover .netabg1{
	background: #0055A7;
}
.neba{
	border: 1px solid #ddd;
	padding: 40px;
}
.nebal{
	width: 35%;
	margin-right: 4%;
}
.nebal1{
	width: 20%;
	margin-right: 10%;
}
.nebar h3{
	line-height: 50px;
}
.nebari{
	width: 15%;
	text-align: center;
}
.nebari i{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #d5d5d5;
	color: #fff;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: .25s;
}
.neba:hover .nebari i{
	background: #0055A7;
}
.neba:hover{
	border: 1px solid #fff;
	box-shadow: 0 5px 15px rgba(2,65,110,.1);
}
.pagew a{
	margin: 0 15px;
}
.pagew a:hover,.pagew a.active{
	color: #0055A7;
}
.pagea img{
	filter: grayscale(100%);filter: gray;
	transition: .25s;
}
.pagea:hover{
	color: #0055A7;
}
.pagea:hover img{
	filter:inherit;
}



@media only screen and (max-width:1559px) {
	.swiper-pagination-bn{
		left: 100% !important;
		margin-left: -50px;
	}
	.i3b {
		padding: 0 50px;
	}
	.yx1r{
		padding: 30px;
	}
	.yx1l{
		height: 700px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.bnbta{
		padding: 15px 20px;
	}
	.bnbta img{
		height: 40px;
	}
	.bntxt h1, .bntxt h2{
		font-size: 40px;
	}
	.bntxt h3{
		font-size: 40px;
	}
	.bntxtmore img{
		height: 40px;
	}
	.nav span{
		margin-right: 35px;
	}
	.nava{
		font-size: 16px;
	}
	.ititle{
		font-size: 28px;
	}
	.iline{
		width: 150px;
	}
	.i1more a{
		line-height: 40px;
		font-size: 16px;
		padding: 0 25px;
	}
	.i1ba h3{
		font-size: 14px;
	}
	.i1ba h3 i{
		line-height: 40px;
		font-size: 40px;
	}
	.i2l{
		width: 30%;
	}
	.i2l_head11 li{
		padding: 0 20px;
		font-size: 16px;
	}
	.i3{
		height: 750px;
	}
	.i3t i{
		margin: 30px auto;
	}
	.i3t p{
		line-height: 40px;
	}
	.i4tr li{
		font-size: 16px;
		line-height: 38px;
		width: 120px;
	}
	.i4ldata{
		left: 20px;
		top: 20px;
	}
	.i4ltxt h3{
		font-size: 18px;
	}
	.i4ra h3{
		font-size: 18px;
	}
	.i4ra{
		padding: 15px 0;
	}
	.i4ra h3 img{
		height: 16px;
	}
	.i4rab {
		margin-top: 10px;
	}
	.ftra p, .ftra a{
		line-height: 32px;
		font-size: 14px;
	}
	.ftl{
		width: 35%;
	}
	.fb{
		font-size: 14px;
	}
	.listbn{
		height: 400px;
	}
	.lbntbox{
		width: 120px;
		height: 150px;
	}
	.lbntbox i{
		font-size: 120px;
		line-height: 120px;
	}
	.lbntr{
		margin-left: -25px;
	}
	.lbntri{
		width: 60px;
		height: 60px;
	}
	.lbntw{
		margin-top: -130px;
	}
	.abtxt{
		line-height: 38px;
	}
	.ab2ltxt{
		font-size: 22px;
	}
	.ab3{
		padding-top: 80px;
	}
	
	.pda{
		margin-top: 20px;
	}
	
	.pi2t a{
		line-height: 60px;
		font-size: 16px;
	}
	.pi2r{
		width: 85%;
	}
	
	.jfatxt1 i{
		font-size: 40px;
	}
	.jfatxt2 a{
		line-height: 40px;
		font-size: 14px;
		margin-top: 25px;
	}
	.lnavl h3{
		font-size: 24px;
	}
	.lnavr a{
		margin-left: 50px;
	}
	
	.pja{
		width: 31.83%;
		margin-right: 1.5%;
	}
	
	.shlta p{
		line-height: 50px;
		font-size: 16px;
	}
	
	.nebar h3{
		line-height: 40px;
	}
	.pagea img{
		height: 6px;
	}
	.nebari i{
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	.neba{
		padding: 20px;
		margin-top: 30px;
	}
	.netabg2{
		padding: 25px;
	}
	.netabg1{
		line-height: 50px;
		width: 100px;
		font-size: 16px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*瑙嗛*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.scbox{
		width: 100%;
		position: relative;
		top: 0;
		display: block;
	}
	.scbox input{
		height: 40px;
	}
	.scbox button{
		height: 40px;
		background-size: 15px;
		width: 40px;
	}
	.md{
		padding: 40px 0;
	}
	.bntxt h1, .bntxt h2{
		font-size: 32px;
	}
	.swiper-container-bn .bnimg{
		height: 600px !important;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		margin: 5px 0 !important;
	}
	.i2l{
		padding: 15px;
	}
	.i2l_head11 li{
		padding: 0 15px;
		font-size: 14px;
		line-height: 45px;
	}
	.i2l_head11 li img{
		height: 20px;
	}
	.i4ltxt h3{
		font-size: 16px;
	}
	.i4ra h3{
		font-size: 16px;
	}
	.ftllogo11 img{
		height: 40px;
	}
	
	.ab2{
		height: auto;
	}
	.ab2ltxt {
		margin-top: 80px;
		line-height: 50px;
	}
	.ab2l_i{
		right: 8%;
		top: 8%;
	}
	.ab2l_i img{
		width: 60px;
	}
	.yuan img{
		width: 30px;
	}
	
	.pda{
		width: 31.33%;
		margin-right: 2%;
		margin-top: 20px;
	}
	
	.pja{
		width: 48.5%;
		margin-right: 1.5%;
	}
	
	.myw {
		display: block;
	}
	.myl{
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 25px;
	}
	.myrw{
		width: 100%;
		padding-left: 15px;
	}
	
}
@media only screen and (max-width:768px) {
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	
	.bnbot{
		display: none;
	}
	.bntxt{
		padding-bottom: 0;
	}
	.bntxt h3{
		font-size: 20px;
	}
	.bntxt h3 i{
		font-size: 14px;
		margin-right: 5px;
	}
	.bntxt h1, .bntxt h2{
		font-size: 22px;
		margin-top: 15px;
	}
	.bntxtmore img{
		height: 30px;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		margin: 0 !important;
		transform: scale(.8);
	}
	.swiper-container-bn .bnimg{
		height: 180px !important;
	}
	.md{
		padding: 25px 0;
	}
	.ititle{
		font-size: 22px;
	}
	.iline{
		width: 130px;
		margin-top: 20px;
	}
	.iline::after{
		width: 30px;
	}
	.i1tltxt{
		line-height: 32px;
	}
	.i1more a{
		margin-bottom: 10px;
		line-height: 35px;
		font-size: 14px;
		padding: 0 20px;
	}
	.i1more a img{
		height: 4px;
	}
	.i1ba h3 i{
		font-size: 28px;
		line-height: 32px;
	}
	.i1ba{
		width: 50%;
		padding: 10px 0;
	}
	.i1bline{
		display: none;
	}
	.i1ba h3{
		font-size: 12px;
	}
	.i2ra{
		width: 100%;
	}
	.i2ra:nth-child(1),
	.i2ra:nth-child(4){
		background: inherit;
	}
	.i2ra:nth-child(even){
		background: #f9f9f9;
	}
	.i3{
		height: auto;
		padding: 25px 0;
	}
	.i3t{
		position: relative;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	.i3t i{
		height: 2px;
		margin: 20px auto;
	}
	.i3t p{
		line-height: 30px;
	}
	.i3b{
		padding: 0;
	}
	.i3ba{
		padding: 12px 0;
	}
	.i3ba,.i3baw{
		width: 100%;
		text-align: center;
	}
	.i3ba:nth-child(even){
		text-align: center;
	}
	.i3batxt::after{
		display: none;
	}
	.i4tr {
		margin-top: 15px;
	}
	.i4tr li{
		margin-left: 0;
		margin-right: 15px;
		line-height: 35px;
		font-size: 14px;
		width: 90px;
	}
	.i4l{
		margin-bottom: 15px;
	}
	.i4ldata{
		left: 15px;
		top: 15px;
	}
	.i4rab {
		margin-top: 10px;
	}
	.i4ra h3 img{
		height: 15px;
	}
	.ft{
		padding-bottom: 15px;
	}
	.ftr {
		display: none;
	}
	.ftl{
		width: 100%;
		text-align: center;
	}
	.ftllogo11 img{
		height: 30px;
	}
	.ftltxt{
		line-height: 32px;
		font-size: 12px;
	}
	.ftlb {
		justify-content: center;
		margin-top: 0px;
	}
	.ftlba{
		margin: 0 8px;
	}
	.ftlba i{
		width: 28px;
		height: 28px;
	}
	.fb{
		font-size: 12px;
		padding: 15px 0;
		line-height: 28px;
	}
	
	.listbn{
		height: 180px;
	}
	.lbntbox{
		width: 80px;
		height: 100px;
	}
	.lbntbox i{
		font-size: 70px;
		line-height: 70px;
		margin-bottom: -5px;
	}
	.lbntr{
		margin-left: -25px;
	}
	.lbntri{
		width: 60px;
		height: 60px;
		display: none;
	}
	.lbntr p{
		margin-top: 10px;
	}
	.lbntw{
		margin-top: -110px;
	}
	#lmd{
		padding-top: 35px;
	}
	.yuan img{
		width: 25px;
	}
	.yuan{
		right: -20px;
		bottom: -20px;
	}
	.ab2l_i img{
		width: 40px;
	}
	.ab2ltxt{
		margin-top: 50px;
		line-height: 40px;
		font-size: 16px;
	}
	.ab2ltxt::after{
		width: 10px;
		height: 10px;
		left: -25px;
		top: 14px;
	}
	.ab3tr{
		padding: 0;
		margin-top: 20px;
	}
	.ab3ba_sp{
		font-size: 60px;
		line-height: 60px;
	}
	.ab3ba i{
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 5px;
		width: 10px;
		height: 10px;
	}
	.ab3ba span{
		background: none;
	}
	
	.swiper-button-next-pdnav, .swiper-button-prev-pdnav{
		display: none;
	}
	
	.pdnava{
		padding: 20px 10px;
	}
	.pdw{
		margin-top: 10px;
		width: 100%;
	}
	.pda{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	
	.pi1l{
		border-right: 0;
		height: auto;
		padding: 30px 0;
		border-bottom: 1px solid #E6E6E6;
	}
	.pi1r{
		padding: 15px 0;
	}
	.padding20{
		padding: 15px;
	}
	.pi1rb{
		padding-top: 15px;
		margin-top: 15px;
	}
	.pi1rba{
		margin-top: 15px;
	}
	.pi1rba a{
		line-height: 38px;
		font-size: 14px;
		padding: 0 25px;
	}
	.pi2w{
		display: block;
		padding: 15px 0;
	}
	.pi2l{
		font-size: 16px;
	}
	.pi2r{
		width: 100%;
		margin-top: 10px;
	}
	.pi2rw{
		padding: 0;
	}
	.swiper-button-next-pi3, .swiper-button-prev-pi3{
		width: 30px;
	}
	
	.lnavr{
		justify-content: flex-start;
	}
	.lnavr a{
		margin-left: 0;
		margin-right: 10px;
		line-height: 50px;
		font-size: 14px;
	}
	.lnavr a i{
		font-size: 40px;
	}
	.lnavl h3{
		font-size: 22px;
	}
	.jfatxt{
		padding: 15px;
	}
	.jfatxt1 i{
		font-size: 30px;
	}
	.jfatxt2 a{
		line-height: 34px;
		font-size: 13px;
		margin-top: 15px;
		padding: 0 20px;
	}
	.jft{
		text-align: left;
		margin-bottom: 15px;
	}
	.jfatxt2{
		margin-top: 15px;
	}
	.yx1l{
		height: 300px;
	}
	.yx1r{
		padding: 15px;
	}
	.yx1r2b{
		height: 250px;
	}
	
	.pjw{
		width: 100%;
	}
	.pja{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.pja:first-child{
		margin-top: 0;
	}
	
	.shlta{
		width: 100%;
	}
	
	.myl img{
		max-width: 60%;
	}
	.myrw{
		padding-left: 0;
	}
	.myra{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.my2b img{
		width: 140px;
	}
	
	.neta{
		margin-bottom: 15px;
	}
	.netabg1{
		line-height: 40px;
		font-size: 14px;
		width: 100px;
	}
	.netabg2{
		padding: 20px;
	}
	.neba{
		margin-top: 15px;
		padding: 15px;
		display: block;
	}
	.nebal {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	.nebal1{
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px;
		background: rgba(255,255,255,.6);
		text-align: center;
		margin-right: 0;
		width: auto;
	}
	.nebal1 p{
		margin-top: 0;
	}
	.nebar h3{
		font-size: 15px;
		line-height: 32px;
		margin-right: 15px;
	}
	.nebari i{
		width: 36px;
		height: 36px;
		font-size: 20px;
	}
	.page{
		font-size: 12px;
	}
	.pagea img{
		height: 5px;
	}
	.pagew a{
		margin: 0 5px;
	}
	
}
/* 妯℃澘璇︽儏椤� */

.ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}
.ny_nr .xw_xq .xq_nr IMG{
    max-width: 100%;
}

@media only screen and (min-height:992px) {
    .ny_nr .xw_xq .xq_nr {
        min-height: 20vh;
    }
}
.pagew ul{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.zx_ly{width:100%; padding:80px 0;  overflow:hidden;}
.zx_ly .ly_bt{font-size:26px; color:#333; line-height:36px; margin-bottom:35px;}
.zx_ly .ly_bt span{display:inline-block; margin-left:10px; color:#777; font-size:18px; font-weight:normal;}
.zx_ly .ly_nr .row{margin:0 -25px;}
.zx_ly .ly_nr .col-12{padding:0 25px;}
.zx_ly .ly_nr .col-12 .row{margin:0 -15px;}
.zx_ly .ly_nr .col-12 .col-12{padding:0 15px;}
.zx_ly .ly_nr input{width:100%; height:52px; border-radius:25px; border:1px solid #eee; background-color:#fff; padding:0 15px; font-size:15px; color:#777; line-height:50px; display:block; margin-bottom:30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr input:focus{border:1px solid #888; box-shadow:0 0 15px #ddd;}
.zx_ly .ly_nr button{width:150px; height:52px; border-radius:25px; border:1px solid #333; font-size:16px; color:#333; line-height:50px; display:block; float:left; margin-right:30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr button:hover{background-color:#0055A7; border:1px solid #0055A7; color:#fff; box-shadow:0 0 15px #ddd;}
.zx_ly .ly_nr button.c_z{background-color:#eee; border:1px solid #eee;}
.zx_ly .ly_nr button.c_z:hover{background-color:#333; border:1px solid #333; color:#fff;}
.zx_ly .ly_nr textarea{width:100%; height:216px; border-radius:25px; border:1px solid #eee; background-color:#fff; padding:12px 15px; font-size:15px; color:#777; line-height:26px; display:block; resize:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.zx_ly .ly_nr textarea:focus{border:1px solid #888; box-shadow:0 0 15px #ddd;}
@media only screen and (max-width:1024px){
.zx_ly{padding:60px 0;}
.zx_ly .ly_nr .row{margin:0 -15px;}
.zx_ly .ly_nr .col-12{padding:0 15px;}
.zx_ly .ly_nr .col-12 .row{margin:0 -10px;}
.zx_ly .ly_nr .col-12 .col-12{padding:0 10px;}
.zx_ly .ly_nr input{height:46px; border-radius:10px; line-height:44px; margin-bottom:20px;}
.zx_ly .ly_nr button{width:120px; height:46px; border-radius:10px; line-height:44px; margin-right:20px;}
.zx_ly .ly_nr textarea{height:178px; border-radius:10px;}
}
@media only screen and (max-width:992px){
.zx_ly .ly_nr textarea{height:310px;}
}
@media only screen and (max-width:640px){
.zx_ly{padding:40px 0;}
.zx_ly .ly_bt{font-size:22px; line-height:32px; margin-bottom:25px;}
.zx_ly .ly_nr .row{flex-direction:column-reverse;}
.zx_ly .ly_nr .col-12 .row{flex-direction:inherit;}
.zx_ly .ly_nr textarea{height:178px; margin-bottom:20px;}
}

</pre></body></html>